From 8df6b2bd18dfdc826b410ef47440a7258cd9abc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 27 Jan 2004 09:40:23 +0000 Subject: [PATCH] * process.h: Add extern to synch_process_termsig. --- src/ChangeLog | 4 ++++ src/process.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4c8af038593..593cebcbbe6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-27 Jan Dj,Ad(Brv + + * process.h: Add extern to synch_process_termsig. + 2004-01-27 Steven Tamm * macterm.c (make_mac_frame, make_mac_terminal_frame): Move diff --git a/src/process.h b/src/process.h index 74cb218a2d8..6e2641d6b06 100644 --- a/src/process.h +++ b/src/process.h @@ -137,7 +137,7 @@ extern int synch_process_alive; extern char *synch_process_death; /* Nonzero => this is the signal number that terminated the subprocess. */ -int synch_process_termsig; +extern int synch_process_termsig; /* If synch_process_death is zero, this is exit code of synchronous subprocess. */ -- 2.30.2